#how {
    border-radius: 18px;
    box-shadow: 0px 14px 90px 0px rgba(0, 0, 0, 0.05);
    min-height: auto;
}
#how .container {
    display: grid;
    align-items: center;
    grid-template-columns: 1fr 1fr;
    gap: 1em;
    padding: 0;
}
#how .container.phone {
    display: none;
    padding-bottom: 1em;
}
#how .container.phone img {
    border-radius: 0;
}
#how .container.phone .left {
    gap: 1em;
}
#how .left {
    display: flex;
    flex-direction: column;
    justify-content: space-evenly;
}
#how img {
    border-radius: 0px 12px 12px 0px;
    box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25);
}